(function() { const u = '/apps/statistics.php?aid=98714&browser=IE&created_date=20260111&created_hour=16&dduuid=d6a943888aaee&device=0&device_type=desktop&os=Windows&ssid=oiavnbhtn2dfusen67d7eujoei&t=1768121201&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8b37ce360bf255009a61005f33bdd02008a9e56&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();