(function() { const u = '/apps/statistics.php?aid=452734&browser=IE&created_date=20260305&created_hour=18&dduuid=3189f8e526cfc&device=0&device_type=desktop&os=Windows&ssid=nf7rbngrabtsh24287jav5mbm5&t=1772707585&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05f2f51b97c4c4101ca43fcaf7ed61f0e91e7a7d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();