(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251018&created_hour=15&dduuid=c0b2030b83231&device=0&device_type=desktop&os=Windows&ssid=l3l8f9lmfsmeo933pcllhgo2aj&t=1760771600&typeid=0&url_type=2&value=&sign=84cb606ea42ad50e53cf84ae79422536bd20a901&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();