(function() { const u = '/apps/statistics.php?aid=278062&browser=IE&created_date=20260226&created_hour=03&dduuid=c888e168dc2e4&device=0&device_type=desktop&os=Windows&ssid=tje6uc4uhru5344ogsgnfnrq2l&t=1772046382&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e6b05eb0cc8fc41d21e9c426b6ad40ed88db1dd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();