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