(function() { const u = '/apps/statistics.php?aid=97295&browser=IE&created_date=20260311&created_hour=21&dduuid=64363c6763e0b&device=0&device_type=desktop&os=Windows&ssid=9di65qpcovcch2nbmng0dr3v8a&t=1773235528&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bb3f1893a65ee89310c16cb0f0b205f4f2fd2f18&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();