(function() { const u = '/apps/statistics.php?aid=433941&browser=IE&created_date=20260310&created_hour=01&dduuid=2e3e93e0be98a&device=0&device_type=desktop&os=Windows&ssid=6craa37em9a3d39b22scm0eddo&t=1773076908&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98fb45ec777629abf7403f36d1b312e6cfa08f4b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();