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