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