(function() { const u = '/apps/statistics.php?aid=450261&browser=IE&created_date=20260307&created_hour=23&dduuid=dafd2b00b72c8&device=0&device_type=desktop&os=Windows&ssid=jn6oblp7t3srae4puob95lc6r4&t=1772898763&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e1e44d730f2937a6bd88d88b7921d709f7ee363&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();