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