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