(function() { const u = '/apps/statistics.php?aid=412202&browser=IE&created_date=20260119&created_hour=20&dduuid=184c3fab1d5f8&device=0&device_type=desktop&os=Windows&ssid=6ro0c52s5cln60bu4cnuqal54s&t=1768826568&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=03c618015d496cf86a856d90655e7ba45eb82f89&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();