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