(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251020&created_hour=13&dduuid=61d421bc90363&device=0&device_type=desktop&os=Windows&ssid=4c0r61rf6b5umea5vemvmvfc1t&t=1760936908&typeid=0&url_type=2&value=&sign=40ace8e60535f2fcb04b6059a84813f848dd148b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();