(function() { const u = '/apps/statistics.php?aid=432478&browser=IE&created_date=20260115&created_hour=01&dduuid=a1470f4246487&device=0&device_type=desktop&os=Windows&ssid=eqol2i098k37ngq74rlp7fbggh&t=1768411963&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=997dce477b0ff95cfcc80431d8a41082bd4bc782&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();