(function() { const u = '/apps/statistics.php?aid=401600&browser=IE&created_date=20260127&created_hour=10&dduuid=e454e8ffeb92f&device=0&device_type=desktop&os=Windows&ssid=tgb2iooh0el0q4et5t2qg5da22&t=1769482118&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30f516d39bc4fff6f8fbe8475de5114dd69117ba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();