(function() { const u = '/apps/statistics.php?aid=428075&browser=IE&created_date=20260122&created_hour=00&dduuid=d73fa0019642c&device=0&device_type=desktop&os=Windows&ssid=78aa8h8o2c2n5n53ef585isg7n&t=1769012979&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91bf5e26efe491310b72864d770dbd437f634d92&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();