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