(function() { const u = '/apps/statistics.php?aid=455151&browser=IE&created_date=20260310&created_hour=20&dduuid=8e1c9a983aa5c&device=0&device_type=desktop&os=Windows&ssid=nb0394hetit7af1e2doknfaena&t=1773145203&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dfa1b3dfaf7a68fd2c556c908e3a35b36e5094a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();