(function() { const u = '/apps/statistics.php?aid=239194&browser=IE&created_date=20260121&created_hour=16&dduuid=02a9a33e3eb31&device=0&device_type=desktop&os=Windows&ssid=97e6o5reutrsqijp4nn7273mtp&t=1768984442&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d782d4a9b21529f07caa878f9789b581bd2579f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();