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