(function() { const u = '/apps/statistics.php?aid=452892&browser=IE&created_date=20260306&created_hour=12&dduuid=bcf5c6a21275a&device=0&device_type=desktop&os=Windows&ssid=b9cs6hcc45ri3lej939s53gov9&t=1772769632&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f5ce578f673c948fdacb4c9058bffe75b14a14a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();