(function() { const u = '/apps/statistics.php?aid=453877&browser=IE&created_date=20260226&created_hour=12&dduuid=7a067967c8098&device=0&device_type=desktop&os=Windows&ssid=9get15po3ksql59s19rt73kinu&t=1772081356&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3962dd08c9fac3a973d717813c248b04074208d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();