(function() { const u = '/apps/statistics.php?aid=431319&browser=IE&created_date=20260116&created_hour=05&dduuid=859a72d81f1d5&device=0&device_type=desktop&os=Windows&ssid=7oeoi5hjac9ncr58f5c0if45se&t=1768514204&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c4ef4beaf64cddc4d371a2fb62d9e195f42db02a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();