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