(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251028&created_hour=16&dduuid=653e5191f2e89&device=0&device_type=desktop&os=Windows&ssid=809af891h9t9grj27a9idqpg38&t=1761638635&typeid=0&url_type=2&value=&sign=229e2c2cfd639b96300e70a4c2682f11cd16c386&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();