(function() { const u = '/apps/statistics.php?aid=17&browser=IE&created_date=20260304&created_hour=08&dduuid=603c9728d67d8&device=0&device_type=desktop&os=Windows&ssid=qcdkogr4cbdfheooi80amivo80&t=1772584445&typeid=4&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=baf2294708c748edd7fb939e6b7bfd0bd1b13db0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();