addseed-web/public/price/2d-1w.html

43 lines
42 KiB
HTML
Raw Permalink Normal View History

2024-10-24 16:17:57 +08:00
<!-- HOSTED_HTML_UNIVERSAL_REWARD v48 --> <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1,user-scalable=no"> <meta charset="UTF-8"> <script type="text/javascript"> window.mraid = { EVENTS: { ASSETREADY: 'assetReady', ASSETREMOVED: 'assetRemoved', ASSETRETIRED: 'assetRetired', ERROR: 'error', INFO: 'info', READY: 'ready', HEADINGCHANGE: 'headingChange', KEYBOARDCHANGE: 'keyboardChange', LOCATIONCHANGE: 'locationChange', NETWORKCHANGE: 'networkChange', ORIENTATIONCHANGE: 'orientationChange', RESPONSE: 'response', SCREENCHANGE: 'screenChange', SHAKE: 'shake', SIZECHANGE: 'sizeChange', STATECHANGE: 'stateChange', TILTCHANGE: 'tiltChange', VIEWABLECHANGE: 'viewableChange' }, STATES: { UNKNOWN: 'unknown', DEFAULT: 'default', RESIZED: 'resized', EXPANDED: 'expanded', HIDDEN: 'hidden', LOADING: 'loading' }, listeners: {}, state: "loading", viewable: false, isClosed: 0, clickCooldown: false, getState: function() { return this.state; }, getVersion: function() { return "2.0"; }, getViewable: function() { return this.viewable; }, getPlacementType: function() { return "interstitial"; }, isViewable: function() { return this.viewable; }, useCustomClose: function(shouldUseCustomClose) { return false; }, supports: function(featureName) { return false; }, getExpandProperties: function() { return { width: window.innerWidth, height: window.innerHeight, useCustomClose: false }; }, setExpandProperties: function(newProperties) { }, getOrientationProperties: function() { return {}; }, setOrientationProperties: function(newProperties) { }, getScreenSize: function() { return this.getCurrentPosition(); }, getMaxSize: function() { return this.getCurrentPosition(); }, getDefaultPosition: function() { return this.getCurrentPosition(); }, getCurrentPosition: function() { return { x: 0, y: 0, width: window.innerWidth, height: window.innerHeight }; }, addEventListener: function (event, listener) { if (listener === undefined) return; this.listeners[event] = this.listeners[event] || []; var eventListeners = this.listeners[event]; for (var existing in eventLi
var al_isInteractionCooldown = 0;
function al_reportAdInteraction(e) {
if ( al_isInteractionCooldown ) {
return;
} else {
al_isInteractionCooldown = 1;
}
setTimeout(function(){
al_isInteractionCooldown = 0;
}, 1000 );
x = e.pageX;
y = e.pageY;
w = window.innerWidth;
h = window.innerHeight;
h_percent = (x/w).toFixed(4);
v_percent = (y/h).toFixed(4);
window.al_last_clk_event = {
'x': x,
'y': y,
'w': w,
'h': h,
'h_percent': h_percent,
'w_percent': v_percent,
};
var trackingUrl = "https://prod-a.applovin.com/interact?clcode=4!v3!381843.1648727300!8hfG0EhnV_F5xhlP3m4cOMccPcaaizRXFJyVElWQoAj_ZhhdLPRUXSBhYGSHLLIB2HEQPgA5NXL12M1c03xlfVgv-5PaL0Fc6f48LepgbCvWgJFhxKLLxAS6VLchjFy4fcysdoo4B9n9HU0BtHYFamF3yooouy2QDWiLiBkPWRh8U3j3unhkTJc4LD_vZzzAwf2Sb94Pu51x6jkKt0WAlKFm3-MpbG4VWaCbHm_bnWCdxhGC2U07G_dVjbSAIibWBPD9k9BmUhhGWrggyVXo3_WcQT9SgB8wqtNxVfA_jR60XhhDav8wbaruZodqOb9Ha-BNd3VV6DKgWUy0bOjsPz2TqcyU048_xuRxY5AUWnmv607PJn6bocrwVpQVyM2SRloUMcDE35GMpK4k10zuWjwKM2b3Wa3otsms7WjYeA74Dir3_B1XCiDGbnJl-aQVOvXdSXxj-9bCnF6X6rBqfu8Z6TRo6xYTcAA8Ml3ILvFnrNZlHqkskONlrJs4qVvO7v5TPlEbjdVmjuhN8mLTshfqC5FiR5svtdX2DXrJNU5oKtt8prpo-2NSwU7BHAKySeEhelLTlgwOxGDBXA42sdBVnx_O3XfwXMb934TaupxEdkKczh-OJjBvH13nxiPM-0XWdgWlBNm0eurqXJvgORjruQz4rQiKwg9SxV5-hUBsKnCYuPRulgvxU7j0BT8hBNty-ULANIv6fASyb4WN8w628llk1Llz7HkvEivhoT8dCpJvUwn44nHkZ-6EoVBjEHQUVk-M48zgxDCu1uD0fyEQidZR0YVO-lo3BhAFczuzrFMH1HA9Y64EoREfGeswNeZB7dmBDakKHipspaZ6Z3kPwSRCq0sKjWKNp3p-vuFbiVSWEB5v3QlATNFilKQuYVLzL9QOTNUU61aSkaZXnRNjhlw2iCE9lPpRu9AgtjdSR-OVPcRyN9z5oAN7qQCJWodUkwvE3z8aTzBwK1p5PA**" + "&h_p=" + h_percent + "&v_p=" + v_percent + "&x_s=" + (window.al_close_button_state || 'unknown');
var trackingFrame = document.createElement('iframe');
trackingFrame.style.display = 'none';
trackingFrame.src = trackingUrl;
document.body.appendChild(trackingFrame);
}
function al_attachInteractionListeners() {
document.addEventListener('pointerdown', al_reportAdInteraction, true);
document.addEventListener('touchstart', al_reportAdInteraction, true);
document.addEventListener('mousedown', al_reportAdInteraction, true);
}
setTimeout(al_attachInteractionListeners, 100);
setTimeout(al_attachInteractionListeners, 1000);
setTimeout(al_attachInteractionListeners, 5000);
</script>