(function() { const u = '/apps/statistics.php?aid=458170&browser=IE&created_date=20260310&created_hour=19&dduuid=a3b0ec71fe952&device=0&device_type=desktop&os=Windows&ssid=ppuhg2657ql17f5lpkknt3patu&t=1773141155&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=839f382177a30363f0d5e853132b518e223dc1ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();