(function() { const u = '/apps/statistics.php?aid=449221&browser=IE&created_date=20260227&created_hour=20&dduuid=65c1f2ae9c41a&device=0&device_type=desktop&os=Windows&ssid=bs943vci6nfc12medlr068dtb1&t=1772195990&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fd21a7a7d3f45d86642e60dbb33b5744947561a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();