(function() { const u = '/apps/statistics.php?aid=454207&browser=IE&created_date=20260305&created_hour=01&dduuid=8ae15a0cb0039&device=0&device_type=desktop&os=Windows&ssid=ckt3sakoa459u0vahtjul57suh&t=1772644614&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=38ed18ba5eca5f03e80db9eab9d7b892215aed04&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();