(function() { const u = '/apps/statistics.php?aid=450698&browser=IE&created_date=20260307&created_hour=07&dduuid=1f4ba14a3b97b&device=0&device_type=desktop&os=Windows&ssid=imt3dd2huehtellff9rlrlfa8e&t=1772839519&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ede9442b0b95a62530d75ac53cf469cab468244f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();