(function() { const u = '/apps/statistics.php?aid=458625&browser=IE&created_date=20260301&created_hour=06&dduuid=e3cfff9910c18&device=0&device_type=desktop&os=Windows&ssid=0gsvkmjrdlp68gvg37bt737ca8&t=1772317809&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0100b99c2c308a50eb1171c97826ba3efefc925b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();