(function() { const u = '/apps/statistics.php?aid=163081&browser=IE&created_date=20260122&created_hour=02&dduuid=95919abcefe90&device=0&device_type=desktop&os=Windows&ssid=f49tol68cotpo20rgghsgcrva0&t=1769020311&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48c9671ce8598f60c25aa551579c5258d9794ebc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();