(function() { const u = '/apps/statistics.php?aid=448304&browser=IE&created_date=20260122&created_hour=00&dduuid=2139665ca343a&device=0&device_type=desktop&os=Windows&ssid=td54tvf2i9isrii0hbtden6o8f&t=1769014414&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bdd6d9f2da637deb1cb3180d0999835448785166&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();