(function() { const u = '/apps/statistics.php?aid=431313&browser=IE&created_date=20260116&created_hour=06&dduuid=550aa4bd4b1ad&device=0&device_type=desktop&os=Windows&ssid=3gug4tk5ukq0t8c3fd7c3pausa&t=1768516397&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b8738cc93c6b212d74af8c49e26275e04e504989&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();