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