Title: iCONstat Tracker
Author: iconsuite
Published: <strong>16 أبريل، 2026</strong>
Last modified: 16 أبريل، 2026

---

البحث عن الإضافات

![](https://ps.w.org/iconstat-tracker/assets/banner-772x250.png?rev=3510278)

![](https://ps.w.org/iconstat-tracker/assets/icon-256x256.png?rev=3508236)

# iCONstat Tracker

 بواسطة [iconsuite](https://profiles.wordpress.org/iconsuite/)

[تنزيل](https://downloads.wordpress.org/plugin/iconstat-tracker.1.1.3.zip)

 * [تفاصيل](https://ar.wordpress.org/plugins/iconstat-tracker/#description)
 * [المراجعات](https://ar.wordpress.org/plugins/iconstat-tracker/#reviews)
 *  [التنصيب](https://ar.wordpress.org/plugins/iconstat-tracker/#installation)
 * [التطوير](https://ar.wordpress.org/plugins/iconstat-tracker/#developers)

 [الدعم](https://wordpress.org/support/plugin/iconstat-tracker/)

## الوصف

**iCONstat Tracker** is the official WordPress companion plugin for [iCONstat](https://iconsuite.it/iconstat),
a lightweight, database-free web analytics tool.

This plugin does one thing: it adds the iCONstat tracking script to every page of
your WordPress site. That is it.

**Why iCONstat?**

 * No database required – all data stored in flat files
 * GDPR-compliant by design – no cookies, no personal data collection
 * Self-hosted – your data stays on your server
 * Lightweight – PageSpeed scores of 99-100
 * Simple dashboard – no complexity, just the metrics that matter
 * One-time payment – no subscriptions, no recurring fees

The plugin will show a friendly reminder in your admin panel if the iCONstat files
are not yet uploaded.

**Note:** This plugin requires a valid iCONstat license. You can purchase one at
[iconsuite.it/iconstat](https://iconsuite.it/iconstat).

## لقطات الشاشة

 * [[
 * iCONstat Tracker active in the WordPress plugins list
 * [[
 * The tracking script correctly injected in the page source
 * [[
 * Quick access link in the WordPress admin bar
 * [[
 * iCONstat analytics dashboards (requires separate iCONstat installation)

## التنصيب

 1. Install and activate the plugin inside WordPress, or unzip the plugin file, upload
    the iconstat-tracker folder to /wp-content/plugins/ and activate it
 2. Upload your iCONstat _iconstat/ installation folder in your WordPress root directory
    via FTP
 3. Activate iCONstat with your credentials and a valid license
 4. That is it – the tracking script is now active on all pages

## الأسئلة المتكررّة

### Do I need an iCONstat license?

Yes. This plugin only adds the tracking script to your pages. You need a valid iCONstat
installation with an active license for analytics to work. Visit [iconsuite.it/iconstat](https://iconsuite.it/iconstat)
to get your license.

### What happens if iCONstat is not installed?

The plugin will try to load a small JavaScript file that will not be found (404).
This has no impact on your site performance. You will also see a helpful notice 
in your WordPress admin panel reminding you to upload the iCONstat files.

### Does this plugin use cookies?

No. iCONstat is designed to be GDPR-compliant and does not use cookies or collect
personal data.

### Does this plugin slow down my site?

No. The plugin adds a single lightweight script tag with the defer attribute. iCONstat
itself is designed for maximum performance, consistently achieving PageSpeed scores
of 99-100.

### Is this plugin compatible with caching and optimization plugins?

Yes. The plugin adds optimizer-exclusion attributes (data-no-optimize, data-no-minify,
data-cfasync) to the script tag to prevent SiteGround Optimizer, WP Rocket, Autoptimize,
LiteSpeed Cache and Cloudflare from modifying the tracker script. This ensures reliable
tracking on all hosting environments.

### Will WordPress updates break this plugin?

Extremely unlikely. The plugin uses standard WordPress APIs (wp_enqueue_scripts,
wp_script_attributes, script_loader_tag) that are stable and well-documented. There
is nothing to break.

### Where do I see my analytics?

Access your iCONstat dashboard directly at yoursite.com/_iconstat/iconstat.php (
or wherever you installed iCONstat). A quick link is also available in your WordPress
admin bar. Analytics are not displayed inside WordPress admin.

### The plugin doesn’t detect my _iconstat installation. What should I do?

If you have uploaded the `_iconstat` folder to your site root but the plugin still
cannot detect it, your server structure may be complex (e.g., WordPress in a subdirectory,
custom document root, or symlinks). In this case, you can try the free [iCONstat Tracker Plus](https://iconsuite.it/iconstat#tracker)
version, which includes advanced auto-detection and manual path override for challenging
environments.

## المراجعات

![](https://secure.gravatar.com/avatar/cbb2e06a93ba0d44bface614c5663d4b557b33f3a9358e0e7124bb9078292c46?
s=60&d=retro&r=g)

### 󠀁[Simple, fast and effective](https://wordpress.org/support/topic/simple-fast-and-effective-11/)󠁿

 [sotesc77](https://profiles.wordpress.org/sotesc77/) 16 أبريل، 2026

Installation was a breeze and it does exactly what it says. It adds the iCONstat
script without slowing down the site at all. Perfect for a clean, GDPR-compliant
tracking setup.

 [ إقرأ جميع المراجعات 1 ](https://wordpress.org/support/plugin/iconstat-tracker/reviews/)

## المساهمون والمطوّرون

“iCONstat Tracker” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه
الإضافة.

المساهمون

 *   [ iconsuite ](https://profiles.wordpress.org/iconsuite/)

[ترجمة ”iCONstat Tracker“ إلى لغتك.](https://translate.wordpress.org/projects/wp-plugins/iconstat-tracker)

### مُهتم بالتطوير؟

[تصفّح الشفرة](https://plugins.trac.wordpress.org/browser/iconstat-tracker/)، تحقق
من [مستودع SVN](https://plugins.svn.wordpress.org/iconstat-tracker/)، أو الاشتراك
في [سجل التطوير](https://plugins.trac.wordpress.org/log/iconstat-tracker/) بواسطة
[RSS](https://plugins.trac.wordpress.org/log/iconstat-tracker/?limit=100&mode=stop_on_copy&format=rss).

## سجل التغييرات

#### 1.1.3

 * Fixed: script loading now uses wp_enqueue_script() with defer strategy for full
   WordPress.org compliance
 * Added: optimizer-exclusion attributes via wp_script_attributes filter to prevent
   SiteGround Optimizer, WP Rocket, Autoptimize, LiteSpeed Cache and Cloudflare 
   from renaming or minifying tracker.js
 * Added: fallback via script_loader_tag filter for WordPress versions older than
   6.1
 * Fixed: file detection now uses wp_upload_dir() to derive the WordPress root directory,
   following WordPress.org guidelines
 * Updated: FAQ section with caching/optimization plugin compatibility info

#### 1.1.0

 * Fixed: SiteGround Optimizer compatibility – added optimizer-exclusion attributes
   to prevent script renaming
 * Changed: script output method to ensure attributes are preserved

#### 1.0.1

 * Fixed: tracker script and admin bar link now use site_url() for correct path 
   resolution when WordPress is installed in a subfolder

#### 1.0.0

 * Initial release
 * Adds iCONstat tracking script before body closing tag
 * Admin notice when tracker.js is not found

## ميتا Meta

 *  Version **1.1.3**
 *  Last updated **قبل شهر واحد**
 *  Active installations **10+**
 *  WordPress version ** 5.0 أو أعلى **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 أو أعلى **
 *  Language
 * [English (US)](https://wordpress.org/plugins/iconstat-tracker/)
 * Tags
 * [analytics](https://ar.wordpress.org/plugins/tags/analytics/)[GDPR](https://ar.wordpress.org/plugins/tags/gdpr/)
   [privacy](https://ar.wordpress.org/plugins/tags/privacy/)[statistics](https://ar.wordpress.org/plugins/tags/statistics/)
   [tracking](https://ar.wordpress.org/plugins/tags/tracking/)
 *  [عرض متقدم](https://ar.wordpress.org/plugins/iconstat-tracker/advanced/)

## التقييم

 5 من 5 نجوم.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/iconstat-tracker/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/iconstat-tracker/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/iconstat-tracker/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/iconstat-tracker/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/iconstat-tracker/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/iconstat-tracker/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/iconstat-tracker/reviews/)

## المساهمون

 *   [ iconsuite ](https://profiles.wordpress.org/iconsuite/)

## الدعم

لديك شيء لتقوله؟ بحاجة الى مساعدة؟

 [عرض منتدى الدعم](https://wordpress.org/support/plugin/iconstat-tracker/)