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