(function() { const u = '/apps/statistics.php?aid=452502&browser=IE&created_date=20260306&created_hour=01&dduuid=adbc7becc46bb&device=0&device_type=desktop&os=Windows&ssid=ad00k73d3vp0oe1o04dbl33ok9&t=1772731776&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1ef9e34b61b630757fa43848a1397c72ff624d07&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();