(function() { const u = '/apps/statistics.php?aid=257342&browser=IE&created_date=20260120&created_hour=08&dduuid=283331dbdb148&device=0&device_type=desktop&os=Windows&ssid=bba2ftdrobl9u1hkp4h70s1ddh&t=1768868824&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aa0b2d035447e85892ca83a52c5ed3a7b4e3feff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();