(function() { const u = '/apps/statistics.php?aid=449274&browser=IE&created_date=20260124&created_hour=00&dduuid=d29a135cfe533&device=0&device_type=desktop&os=Windows&ssid=rredmvl4drkiuqspchp8v0skdt&t=1769184466&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0434da0cf3cd0fd17b1c0b2c1302195474b48801&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();