(function() { const u = '/apps/statistics.php?aid=451545&browser=IE&created_date=20260313&created_hour=05&dduuid=c67db65be57c0&device=0&device_type=desktop&os=Windows&ssid=iu5uslo880rhjt822sbi7ocbnm&t=1773352478&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=02a2e6af84c934755974e887f8dab2bb0bdef8e9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();