(function() { const u = '/apps/statistics.php?aid=398572&browser=IE&created_date=20251218&created_hour=05&dduuid=b60f894f17181&device=0&device_type=desktop&os=Windows&ssid=6bcfb5h7o3q4lft28c0134220s&t=1766007736&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7f083391ce46ae65ebe5ba66c017e56ac131b65&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();