(function() { const u = '/apps/statistics.php?aid=451748&browser=IE&created_date=20260307&created_hour=00&dduuid=d9ffacdf01961&device=0&device_type=desktop&os=Windows&ssid=9o1bfq77rih3ug88k9rfdgtr6p&t=1772814177&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bbece90f18e3f6a714539ef3c59ec42da9b2147f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();