(function() { const u = '/apps/statistics.php?aid=113145&browser=IE&created_date=20260310&created_hour=07&dduuid=d24b82d06e2e1&device=0&device_type=desktop&os=Windows&ssid=3m24i506hc794qr3ug7bln5ich&t=1773099430&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=26171d73e2060a6cc64200752adedae44f39f712&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();