(function() { const u = '/apps/statistics.php?aid=450549&browser=IE&created_date=20260118&created_hour=16&dduuid=f26ce2ccc83c1&device=0&device_type=desktop&os=Windows&ssid=sgsfd09bjca7nfds6n1g0q3odd&t=1768726124&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c90c4db2c2f74dd9097d024af61c49dbd4ff0984&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();