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