(function() { const u = '/apps/statistics.php?aid=22747&browser=IE&created_date=20260122&created_hour=23&dduuid=1273e29e1c924&device=0&device_type=desktop&os=Windows&ssid=v68scqp5hanvh246o8mpba6apv&t=1769095739&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dbf33991a065b3bf4916aae54a2997917e548fb5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();