(function() { const u = '/apps/statistics.php?aid=455482&browser=IE&created_date=20260303&created_hour=12&dduuid=a4813b30fa2fb&device=0&device_type=desktop&os=Windows&ssid=tenm7nbr4jn4sq4ihdnke8j4r7&t=1772513867&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45de87a1da86619afeb8550331cc4a933a6c971a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();