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