(function() { const u = '/apps/statistics.php?aid=35960&browser=IE&created_date=20251219&created_hour=10&dduuid=d7f1e57c340dc&device=0&device_type=desktop&os=Windows&ssid=a4hhar1ukad00oqbi0592ti2l7&t=1766111234&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd2aeedc75d85df00fbfdd76101d7ea2c4379680&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();