(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251101&created_hour=06&dduuid=9147346c0f227&device=0&device_type=desktop&os=Windows&ssid=005tqlbd6rmn9t3a3cptk6orgu&t=1761951279&typeid=0&url_type=2&value=&sign=0cc30bedbd724ffb2e4fb5dd3533972cf3e1f5db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();