(function() { const u = '/apps/statistics.php?aid=113128&browser=IE&created_date=20260123&created_hour=04&dduuid=adb7aeac83b80&device=0&device_type=desktop&os=Windows&ssid=dsfcn9nv3jqghj9fqjjrisl11t&t=1769114947&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da716e220ec0b7e4f44b947b5323be25b6b83e0f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();