(function() { const u = '/apps/statistics.php?aid=451398&browser=IE&created_date=20260307&created_hour=03&dduuid=57b5b55e30018&device=0&device_type=desktop&os=Windows&ssid=u85r1i5cnvggegf6h6cphav3ms&t=1772825101&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3896dd2f3c5fa138ca05f18459c563100304200d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();