(function() { const u = '/apps/statistics.php?aid=99038&browser=IE&created_date=20260304&created_hour=15&dduuid=16ebfee7cc2d3&device=0&device_type=desktop&os=Windows&ssid=874mihoevaggb9lefqnj59vp5m&t=1772609861&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d2985dd715d5cf684bc68c241ebf755952621de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();