(function() { const u = '/apps/statistics.php?aid=204&browser=IE&created_date=20260307&created_hour=23&dduuid=c7b4e0f408071&device=0&device_type=desktop&os=Windows&ssid=pcshn9asa297hkr6i9ehis1f7s&t=1772896522&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=23595f6990232b05ea0d7a6cc77942949eda6770&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();