(function() { const u = '/apps/statistics.php?aid=455081&browser=IE&created_date=20260306&created_hour=07&dduuid=d1ebb7e5ab4ff&device=0&device_type=desktop&os=Windows&ssid=36d7dbd430u95pgo36nehv7rd1&t=1772751832&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd41c3eec8eb518cfec4e18ffdd5c0854f867a0e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();