(function() { const u = '/apps/statistics.php?aid=413403&browser=IE&created_date=20260119&created_hour=02&dduuid=ccb626b56d8ee&device=0&device_type=desktop&os=Windows&ssid=8u8oamkdpd7esaikkfbbrulcte&t=1768762250&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aee5a221da395b5c3699b5f5a6dfcebdc46d40c8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();