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