(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=00&dduuid=4702067b108e8&device=0&device_type=desktop&os=Windows&ssid=uqpia7f0f46eas8hn439ngnt8d&t=1757866998&typeid=0&url_type=2&value=&sign=f65701fd6f922bd65b86417414f6837e97f6f207&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();